Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

SDC with combinatorial circuit

I'm a beginner on TimeQuest and .sdc files. I'm trying to constraint a combinatorial circuit. I would use: set_max_delay -from [ get_ports A*] -to [ get_ports Y*] 15.00 I also heard tha...