- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have two different boards with different FPGAs (but pin-pin compatible). I know that I need two different quartus projects, but do I also need two different nios ii projects? The only thing different about the two boards is the size of the FPGA. Thanks,Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- I have two different boards with different FPGAs (but pin-pin compatible). I know that I need two different quartus projects, but do I also need two different nios ii projects? The only thing different about the two boards is the size of the FPGA. --- Quote End --- You don't need two different Quartus projects if you don't want to - you can create a Tcl script that sets up the project, and just select the FPGA/target. You don't need different SOPC projects either. When you save an SOPC Project it does save the part number as part of the project, however, Quartus doesn't really do anything with it. In this project I wrote on the AlteraWiki: http://www.alterawiki.com/wiki/using_the_usb-blaster_as_an_sopc/qsys_avalon-mm_master_tutorial I used a common SOPC builder file for the different hardware targets. Cheers, Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks. I'll be reading your tutorial in the next few minutes. Quite frankly I had not considered using TCL scripts for this.
Thanks again! jly- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Also take a look at the scripts I created with the files linked to in this thread:
http://www.alteraforum.com/forum/showthread.php?t=35678 The appendix of the document tells you how to start Quartus so that the Tcl console has the path to executables correct, allowing you to have the Tcl script re-generate the Qsys/SOPC system. Cheers, Dave
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