next up previous contents
Next: Architecture Class Name Up: The FreeHDL Compiler/Simulator System Previous: Entity Class Instantiation

Architecture

For each architecture a separate class is derived from the corresponding entity class. All named VHDL objects declared within the architecture declaration part are converted into class variables respectively methods.

During constructor execution the concurrent part of the architecture is elaborated:

Note, the constructor of the entity class is called by the constructor of the corresponding architecture.



 


1998-11-17