7.3.2 Verilog

$to_myhdl( arg, [, arg ...])
Task that defines which signals (regs & nets) should be read by the MyHDL simulator. This task should be called at the start of the simulation.

$from_myhdl( arg, [, arg ...])
Task that defines which signals should be driven by the MyHDL simulator. In Verilog, only regs can be specified. This task should be called at the start of the simulation.

About this document