what is "delay_mode_unit" for ncverilog?

Status
Not open for further replies.

quan228228

Full Member level 4
Joined
Mar 23, 2006
Messages
196
Helped
16
Reputation
32
Reaction score
3
Trophy points
1,298
Activity points
2,571
+delay_mode_unit

what is "delay_mode_unit" for ncverilog tool?

Could you give me an example?


thanks!

David
 

nc verilog timescale

When applied, all the delays anywhere in your design, such as cell delays in netlist are set to unity. It is used while running nelist sims, to just make them faster.
Kr,
Avi
http://www.vlsiip.com
 

delay_mode_unit ncverilog

unity means 1. So all your delays throught the design are set to 1 ps or ns or whatever your timescale is
 

    quan228228

    Points: 2
    Helpful Answer Positive Rating
ncverilog no delay

avimit said:
unity means 1. So all your delays throught the design are set to 1 ps or ns or whatever your timescale is

for example;

timescale 1ns/1ps

assign #3 a = b&c;

after adding option "delay_mode_unit", the NC-VERILOG tool assume that the delay value is 1 ns, not 3 ns. right?

David
 

ncsim assign # delay mode

no, delay mode is used for cell delay
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…