Forum Discussion
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- When I send the command from page 31 : "source scripts/synth.tcl" , I receive the error: "error: can't find package ::quartus:: project while executing package require ::quartus:: project"(file "scripts/synth.tcl" line 45) while executing..". Do you know what the issue is? --- Quote End --- So long as you are sourcing that script from the Quartus II Tcl console, it should work fine. --- Quote Start --- Also, when I get to the point of communicating with the board from the the host, If I write a value to RAM for example, how can I confirm that the value is there? --- Quote End --- Read it back :) --- Quote Start --- Can I also use pin planner to assign the LED ports to the pins on my DE0-Nano board and then observe them changing when I send tcl commands (after re-compiling and programming the board of course) ? --- Quote End --- Sure, if you make sure the pin planner assignments are correct for your hardware, then you can rebuild the design for your specific hardware. Cheers, Dave