- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi,
altera newbie here. how do i port a filelist (which has +200 verilog and/or .sv design files) into quartus to open a design? is there an option where I can simply point to the filelist through Quartus GUI and the files are parsed and the heirarchy is shown? also, in quartus, can we see the file heirarchy before we doing a compile (to see if the files have been picked properly)? thanks in advance for the help. i am using quartus II version 15.0 z.Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I doubt it you can just put a collection of files and get hierarchy.
you need a project file first since hierarchy is determined after compilation.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As long as you know what the top level entity is called then you can just add all your source files to a Quartus project and run Analysis & Synthesis.
1) Create a Quartus project. 2) Under 'Project' -> ''Add/Remove Files in Project...'. 3) Add all the source files you want. 4) Within the same 'Settings' window select the 'General' category. 5) Enter the 'Top-level entity:' accordingly. 6) Run Analysis & Synthesis. Quartus will analyse all the files, find the top entity you specified and work out the hierarchy from there - ignoring any entities/files it doesn't need. You will then be able to view the hierarchy Quartus finds in the 'Project Navigator'. Cheers, Alex
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page