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.

how to load a sdf file in modelsim 5.7g

Status
Not open for further replies.

s3034585

Full Member level 4
Joined
May 24, 2004
Messages
226
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,296
Activity points
2,087
Hi guys
i am trying to load a sdf file for one of the components in my design but i am getting error saying that the instance is not found...

i have a top level entity named top_entity and i have a test bench for this as top_entity_tb.

top_entity has 2 components called comp1 and comp2 instantiated in it.

and i have generated a post place and route model for comp2 and i want to load it and simulate it.

can any one tell me how to do it...

i read model sim manual and found out that


it should be like this

vsim -sdfmax /top_entity_tb/top_entity/comp2=comp2.sdf top_entity
but when i give this command it gives me a error saying that comp2 not found


can any one please let me know about it
thanks in advance
 

Hi,
Search the top module file name in .sdf file. There file path may be wrong.Please check.
 

Hi,
Very likely you have used the module/entity name than instance name. Is comp2 an entity name? What's its instance name when it is instantiated inside:

top_entity_tb/top_entity/

Use that name.

Regards
Ajeetha, CVC
www.noveldv.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top