littlebu
Member level 1
- Joined
- May 19, 2007
- Messages
- 33
- Helped
- 4
- Reputation
- 8
- Reaction score
- 0
- Trophy points
- 1,286
- Activity points
- 1,453
I am running OVM env together with some behavior model descripted in verilog.
But seems it is never working....
assign #0.2ns A = B;
But below is OK (changed to always)
always @ * A <= #0.2ns B;
Since another env without OVM is OK, so i doubt it is related with OVM or some delay mode setting.
But seems it is never working....
assign #0.2ns A = B;
But below is OK (changed to always)
always @ * A <= #0.2ns B;
Since another env without OVM is OK, so i doubt it is related with OVM or some delay mode setting.