Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHi,
You can try:"set_instance_assignment -name MAX_FANOUT -to dec_t1_regfile:udec_t1_regfile|*" That should cover entire udec_t1_regfile instance. Synthesis report <project>.map.rpt will produce "Registers Duplicated to Honor Maximum Fanout Requirements" section. It lists all the registers, required fanout and number of duplicated registers created for those registers. You can verify which entities the constraint was applied to, and how those entities were duplicated. Thanks, Evgeni