Forum Discussion
Altera_Forum
Honored Contributor
11 years agoHi,
I've been using Quartus backannotation to figure out how the logic in my designs is placed, and apply low-level constraints to timing-sensitive circuits. You can run this command: quartus_cdb --64bit <qpf_name> -c <qsf_name> --back_annotate=routing It will generate a QSF file with the list of locations of FFs, RAMs, DSPs, IOs and all other primitives your design is using. You can read more about quartus_cdb and backannotation options in Quartus documentations, or just google. Thanks, Evgeni