Forum Discussion
KennyT_altera
Super Contributor
1 year agoHere is the steps:
- Open the Quartus Prime Tcl Console.
- Run the following command:
TCL
1
report_register_duplication -panel_name "Register Duplication Report"
sstrell
Super Contributor
1 year agoThat's to report on register duplication, not perform it.
See the document and trainings I pointed you to. There are many ways to do this. Of course, doing it in your code gives you the most control over what gets duplicated and how many times.