Post Simulation in ModelSim 5.4d

M

Mehmood

Guest
I am using ModelSim 5.4d and Xilinx ISE 5.2 . I have entered all my
designed and have completed all the step to "GENERATE PROGRAMMING
FILE". I am able to get functional simulation. Then for post-translate
verilog model, i created a simprim in my project root directory.
However, when i load the file, i need *.sdf file. I thought that it
should be created by Xilinx ISE when i synthesis the project. However,
i am not able to find any *.sdf file any where.

First question is am i doing everything correctly. (i mean build
simprim)?

Second question is where is the sdf file of my project?

Is there any automatic way of doing this synthesis without manually
building simprim and then load design?


I do not know which step is wrong.


Anyone any ideas?

Regards,

Mehmood
 
mehmoodtily@yahoo.com (Mehmood) writes:

Second question is where is the sdf file of my project?
You can generate this with the ISE tools ngdanno and ncd2ver:

ngdanno postparnetlistfilename.ncd -o postparnetlistfilename.nga
ngd2ver -w postparnetlistfilename.nga

This should result in a postparnetlistfilename.v and
a postparnetlistfilename.sdf file

Petter

--
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?
 

Welcome to EDABoard.com

Sponsor

Back
Top