Diego2
New Contributor
5 years agoReport utilization from TCL commands
Hello
I'm looking for a way to write a text report of the utilization of a synthesized (or implemented) design using TCL commands. In the GUI it is relatively simple to do. However, I would like to...
- 5 years ago
You can get a list of TCL command by quartus_sh --qhelp
You can also refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qpp-scripting.pdf
Let me know if this help?