next up previous contents
Next: Signal Information Classes Up: The FreeHDL Compiler/Simulator System Previous: Physical Point Type Template

   
Signals

VHDL processes use signals to communicate with each other. A process may read, write and it may be sensitive on signals. In VHDL there are two kind of signals:

Each (explicit and implicit) signal is represented by an instance of the sig_info<SignalType> template class where SignalType is the actual VHDL data type of the signal (e.g. bit, integer, boolean).



 
next up previous contents
Next: Signal Information Classes Up: The FreeHDL Compiler/Simulator System Previous: Physical Point Type Template

1998-11-17