Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
The simulation ensures the correct functionality of the logic in the design. Upon checking, the design has both setup and hold timing violation. I could not find any sdc file in the project. You have to specify initial timing constraints that describe the clock characteristics, timing exceptions, and signal transition arrival and required times. When your design is free of timing violations, you can be confident that the logic will operate as intended in the target device.
You may refer to https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/manual/mnl_timequest_cookbook.pdf for the SDC constraints
Thanks.