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.

VHDL file order in ispLever

Status
Not open for further replies.

davorin

Advanced Member level 3
Advanced Member level 3
Joined
Jun 7, 2003
Messages
901
Helped
11
Reputation
22
Reaction score
4
Trophy points
1,298
Location
Switzerland
Activity points
7,349
Does someone know how can I force the file order of VHDL modules for compiling?
 

use sequential model in top level file...
use process in the top level file and instantiate models according to ur req.
i hope i understand ur question properly.... as ur super moderator....there will be something in ur question.
 

I don't know if I understand your question well. Why should your change the compiling order in the first place.
What you can do however, is giving more priority in the mapping & routing, ie setting the constraints (constraints manager). Even after placing, you can manually edit with the EPIC editor.

If you want to keep everything under manual control, you will need to develop your modules in Leonardo or Synplicity, create a JEDEC, and merge then together (again under EPIC).

Regards,
 

davorin said:
Does someone know how can I force the file order of VHDL modules for compiling?

Not sure what you mean by that - do you mean:

How to compile my packages first and then the entity, tb etc.?

If so, your compiler should provide a way to give a file-list, order your files in a text file and specify that as input to the compiler. Which tool do you use? Also, off-late tools are becoming smarter to figure out "dependencies" themselves, for instance VHDLSimli has a "smart build" option for this. See http://www.symphonyeda.com

Ajeetha
http://www.noveldv.com
 

davorin said:
Does someone know how can I force the file order of VHDL modules for compiling?

what do you meaning ?
you could manual force compiling by your own order.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top