Guest
Hi,
This is what I wish to do:
I have modules A and B connected inside of
module TB through common Verilog module ports.
I want to monitor the signals between A and B
and place the monitoring code in a class
method. My understanding is, that I need
a virtual interface in the class that will
be connected to an actual interface.
The problem is that I don't have
an interface between module A and B and I
wouldn't want to change anything regarding
modules A and B.
Can I instantiate an interface and make the
signals in the interface equivalent to the
signals between A and B, or at least driven by
the signals between A and B.
Any suggestions?
Regards,
e
This is what I wish to do:
I have modules A and B connected inside of
module TB through common Verilog module ports.
I want to monitor the signals between A and B
and place the monitoring code in a class
method. My understanding is, that I need
a virtual interface in the class that will
be connected to an actual interface.
The problem is that I don't have
an interface between module A and B and I
wouldn't want to change anything regarding
modules A and B.
Can I instantiate an interface and make the
signals in the interface equivalent to the
signals between A and B, or at least driven by
the signals between A and B.
Any suggestions?
Regards,
e