7.3.1 MyHDL

class Cosimulation( exe, **kwargs)
Class to construct a new Cosimulation object.

The exe argument is a command string to execute an HDL simulation. The kwargs keyword arguments provide a named association between signals (regs & nets) in the HDL simulator and signals in the MyHDL simulator. Each keyword should be a name listed in a $to_myhdl or $from_myhdl call in the HDL code. Each argument should be a Signal declared in the MyHDL code.

About this document