- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I need to assign pins for DE2 board. However, when I go to "assignments" in the toolbar, I couldn't find the "pin" selection. I couldn't bring out the pin assignment graph via assignment editor in the dropdown box of "assignments" either. I am using the newest web version of Quartus II. Could somebody please tell me how to solve this problem? Thanks in advance.
コピーされたリンク
3 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
You're apparently asking for the Quartus Pin Planner, under Assignments.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
For DE2 projects, the most convenient way is to copy all pin assignments (and top entity port definition) from an existing demonstration project.
Pin re assignment can be basically made in the pin planner, but occasionally conflicting previous assignments might block it. In this case, I find it helpful to use the assignment editor that doesn't care for temporary conflicts. New pin assignments for a complete project can be best made by tcl scripts or writing to the *.qsf file.- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
If you look at this tutorial here:
http://www.alterawiki.com/wiki/using_the_usb-blaster_as_an_sopc/qsys_avalon-mm_master_tutorial You will find that it has a DE2 pin assignments script written in Tcl. This thread here has a de2_basic.zip file that has the same script, but a much simpler design http://www.alteraforum.com/forum/showthread.php?t=33462 Cheers, Dave