Closed leonardt closed 3 years ago
A monitor is a pysv class that defines an observe function that is invoked every time advance_cycle is called.
observe
The arguments to the observe functions refer to circuit ports by name (in the future we could add support for internal signals).
A monitor is a pysv class that defines an
observe
function that is invoked every time advance_cycle is called.The arguments to the observe functions refer to circuit ports by name (in the future we could add support for internal signals).