用vmm编写了一个testbench,执行时报如下错误:
Variable '_VCS_dummyModport' of interface 'intf' cannot be accessed from instance 'master_if' of modport 'Master'.
please check if the signal is declared in the modport of the interface.
恳请高人指点一二。
我在master中引用interface的信号是:
`define MATER_IF master_if.master_cb
...
virtual intf.Master master_if
...
`MATER_IF.reset <= 1'b0