pyGHDL.libghdl.vhdl.sem#

Functions

  • Semantic(): Do the semantic analysis of design unit DesignUnit.


Functions

pyGHDL.libghdl.vhdl.sem.Semantic(DesignUnit)[source]#

Do the semantic analysis of design unit DesignUnit.

Also add a few node or change some nodes, when for example an identifier is changed into an access to the type.

Parameters:

DesignUnit (TypeVar(Iir_Design_Unit, bound= c_int)) – Design unit to semantically analyze. Type: Iir_Design_Unit

Return type:

None