Forum Discussion
You may take a look in multicycle:
https://community.intel.com/t5/FPGA-Wiki/Timing-Constraints/ta-p/735562 ->
Understanding start/end setup/hold multicycle constraints
Or, this document: https://www.intel.com/content/dam/altera-www/global/en_US/uploads/3/3f/TimeQuest_User_Guide.pdf
Thank you. Not sure I can write anything useful into SDC file immediately using these guides, however the matters are more or less clear. The TimeQuest analyzes the already fitted and assembled design for timing violations. I ask to instruct fitter upfront to place stuff the way they it does not violate the timing.
My case is super simple. Let;s imagine I have the following circuit:
- sstrell5 years ago
Super Contributor
I believe this training talks a bit about multicycle, along with the other required constraints, like clock constraints:
https://www.intel.com/content/www/us/en/programmable/support/training/course/odsw1118.html
The cycle count seems to be the most important thing here, so I'd recommend adding pipeline registers instead of relying on multicycle and the Fitter routing appropriately.