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.

[SOLVED] is this a correct way to Add +neg_tchk to consider Negative Delay value

Status
Not open for further replies.

abu9022

Member level 3
Joined
Jan 2, 2013
Messages
60
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,715
HI friends,

I use the following command

Code:
write_sdf iu_verilog7ns.sdf

and got the following error

Code:
Warning-[SDFCOM_NNTC] Need timing check option +neg_tchk
./leon/iu_gates.sdf, 102729
module: SDFF_X1, "instance: TBLEON.TB.P0.LEON0.MCORE0.PROC0.IU0.IU1.iu2.\tr_reg[1][MASK][17] "
  SDF Error: Negative HOLD value replaced by 0.
  Add +neg_tchk to consider Negative delay value.

can you check below command is correct way to add +neg_tchk

Code:
write_sdf -version 3.0 +neg_tchk -o junk.sdf
 
Last edited:

Check out your simulator options at the command terminal...<Command_name> -help should give you all options I suppose...
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top