Visible to Intel only — GUID: onc1707776499549
Ixiasoft
Visible to Intel only — GUID: onc1707776499549
Ixiasoft
2.2.2.3. Specifying Synthesis-Only SDC Timing Constraints
You use this synthesis-only SDCs if you want to create custom SDC's that apply just for post-synthesis timing analysis, but you do not want the constraints to apply to other downstream stages of the compilation flow. If you want the constraints to persist post-synthesis, you can use SDC-on-RTL constraints, as Specifying SDC-on-RTL Timing Constraints describes.
- Create a conventional .sdc file that contains only the timing constraints for the Analysis & Synthesis stage of compilation, as Specifying Conventional SDC Timing Constraints describes.
- To apply the conventional .sdc to the project for synthesis-only, add the following assignment to the project:
set_global_assignment -name SDC_ENTITY_FILE <file>.sdc / -entity <name> -read_during_post_syn_and_not_post_fit_timing_analysis
- To run design synthesis and apply the constraints to the timing netlist, click Analysis & Synthesis on the Compilation Dashboard.
- Click the Open Timing Analyzer icon next to Analysis & Synthesis on the Compilation Dashboard. The synthesis-only constraints now apply to only the static timing analysis of this synthesized snapshot.
- Analyze the results of Early Timing Analysis, as Step 4: Analyze Timing Reports describes.