Forum Discussion
DWoof
New Contributor
7 years agoHow do I generate a sof with a user specified JTAG Usercode from the command line with the usercode specified on the command line rather than stored in the qsf file?
Quartus Prime Pro Stratix 10
JohnT_Altera
Regular Contributor
7 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