anrfpga
New Contributor
4 years agoloading sta package in tcl script with quartus_sh
Hello everyone,
I am trying to load the sta package in a tcl script to set all pins to virtual using the script (make_all_pins_virtual) provided here: https://www.intel.com/content/www/us/en/suppo...
- 4 years ago
Usually when I encounter such errors, I run the Tcl script with the 'quartus_sta' executable instead, like this:
quartus_sta -t my_script.tcl
Can you try this and see if it works?
- hh