Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

INSICIVE14.1 cannot generate delay on assignment

Status
Not open for further replies.

littlebu

Member level 1
Joined
May 19, 2007
Messages
33
Helped
4
Reputation
8
Reaction score
0
Trophy points
1,286
Activity points
1,451
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.
 

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.


i have found root cause is SEQ_UDP_DELAY option, simulation is OK after removing this option.!!
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top