Forum Discussion
JohnT_Altera
Regular Contributor
6 years agoHi,
You can performed it using TCL file where you are able to modify it and re-run the compilation.
You may refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/tclscriptrefmnl.pdf for the full supported TCL script supported in Quartus
Below is the step to performed it in TCL file.
- project_open -current_revision project_xxxxx
- set_global_assignment -name STRATIX_JTAG_USER_CODE FFFFFFFF
- project_close