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.

Please help using sdf file in Synopsys and ModelSim?

Status
Not open for further replies.

program

Junior Member level 2
Joined
Oct 7, 2010
Messages
20
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,438
Hi every one
I am calculating Area, power and timing in ASIC using Synopsys Design Compiler and ModelSim. After Anlyzing and elaborating the design then applying constraint and Compiling, I saved the sdf file (using Design Compiler) as follow:

write_sdf ./SYNOPS/SOURCE/test_defult.sdf

when I use ModelSim Command:

vsim -sdfmax /kkk_tb/uut=./SYNOPS/SOURCE/test_default.sdf work.kkk_tb

I got the following Errors:

** Error: (vsim-SDF-3250) ./SYNOPS/SOURCE/test_default.sdf(60): Failed to find INSTANCE '\output_reg[0] '
.
.
.

** Error: (vsim-SDF-3250) ./SYNOPS/SOURCE/test_default.sdf(57): Failed to find INSTANCE '\x0_reg[0] '.


Please any suggestion ??

thanks
 

Hi
I could solve the problem by deleting the following line from my code:

change_names -rule verilog -hierarchy

thanks
 

I dont think it is actually the answer.

Make sure there is no command between write and write_sdf in your synthesis script
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top