Using the System Generator Constraints File - 2020.2 English

Model Composer and System Generator User Guide (UG1483)

Document ID
UG1483
Release Date
2020-11-18
Version
2020.2 English

When a design is compiled during code generation, System Generator produces constraints that tell downstream tools how to process the design. This enables the tools to produce a higher quality implementation, and to do so using considerably less time. Constraints supply the following:

  • The period to be used for the system clock.
  • The speed, with respect to the system clock, at which various portions of the design must run.
  • The pin locations at which ports should be placed.
  • The speed at which ports must operate.

The system clock period (i.e., the period of the fastest hardware clock in the design) can be specified in the System Generator token. System Generator writes this period to the constraints file. Downstream tools use the period as a goal when implementing the design.