Next: User-defined Tasks & Functions,
Main: Supported Constructs,
Previous: Non-blocking Procedural
Verilog supports numerous compiler directives. In this version of Verilog2VHDL, only the
`timescale and `define compiler directives are supported. `define
compiler directives are translated as system - wide generic declarations i.e. all modules following
the `define statement have a generic interface list corresponding to the `define
statement. The time unit specified with the `timescale directive is used as the time unit
in VHDL.
|