Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- That helped me out. --- Quote End --- Great! How are you assigning pins? I personally prefer to use a Tcl script to implement pin assignments. That Tcl script also sets up the Quartus project device options, etc. So I always know that all pins for a particular board are assigned correctly. If you are manually entering pins, then you will likely get it wrong at some point. Use "Project->Generate Tcl File For Project" to generate a Tcl file for your current project. This is a good method for getting the syntax of the Altera-specific commands. You can then write your own Tcl script containing those commands. Cheers, Dave