Hi omahesh i already declares as wire in interface.. but when we have to drive the data to that port, this error is coming like 'vif.sda' inconsistent with 'net' object.(sda is port)
thank you for replay
Regard,
Santhosh
hi i am new to UVM. In my design i have in-out port so interface i declared as wire.
while run the design by using make i got the one error :
** Error: (vsim-3044) ../uvc/i2c_slave_driver.sv(55): Usage of 'vif.sda' inconsistent with 'net' object.
here sda is in-out singal and vif is virtual interface of the design.
can any one help me to solve this problem..
Regards,
Santhosh
hi i am new to UVM. In my design i have in-out port so interface i declared as wire.
while run the design by using make i got the one error :
** Error: (vsim-3044) ../uvc/i2c_slave_driver.sv(55): Usage of 'vif.sda' inconsistent with 'net' object.
here sda is in-out singal and vif is virtual interface of the design.
can any one help me to solve this problem..