How to make use of .edn files in Xilinx project?

Status
Not open for further replies.

Sandeep Karkera

Junior Member level 2
Joined
Jun 17, 2005
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,471
Net List files

Hi All,

I just want to know in Xilinx enviroment what are these .edn files?
How to make use of them in the project ?

Is simulation possible?


Regards
Sandeep Karkera
 

Net List files

You might be using some coregen components. While u are generating the core it also gives a .vhd file and .vho file along with .edn. Read the comments in those files and instantiate them in some top-level component. Yes, They can be simulated.
 

Re: Net List files

hi

yes edn files are generated by xoregen....if u want to simulate then coregen also generates .vhd and .v files which r present in ur working directory... u can include these files in ur modelsim project and simulate if xilinx coregen libraries are complied in modelsim....an easier way is invoke modelsim from ur xst.

cheers
 

Net List files

Hi guys
Thank you for the reply but i am not sing any coregen files.

I just downloaded some core from the net which gave me this .edn file.
when i included in my project it simulates but it is not been identified in sources in project window.

Canyou people plese comment on this

warm regards
Sandeep Karkera
 

Net List files

Yes, they are not identified in source window under device, but under project. That is because only .vhd & .v can be seen as design files which can be synthesized.
.end files are EDIF Implementation Netlists for a core. These files describe how the core is to be implemented. They are already synthesized netlists.
 

Net List files

Hi Sparc,

Thanks for that.
But is it possible to simulate it in modelsim.
Can modelsim understands the behavior of the core since it is treated as black box. What I should do to get the proper simulation results? Any supporting files needed !!!

Regards
Sandeep Karkera
 

Re: Net List files

Hi Sandeep,
Yes, it is possible to simulate these in Post-Synthesis simulation. But you will have to compile the Unisim & Simprim libraries in your ModelSim usin 'compXlib' command. This link will be useful to understand that.
**broken link removed**

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