Visible to Intel only — GUID: tlm1499898818955
Ixiasoft
Step 4: Declare False Paths
Follow these steps to declare false paths for the clock transfers between the clk and clkx2 clock signals:
- In the Timing Analyzer, click File > Open, and open filtref.sdc.
- In the .sdc file, locate the following get_false_path constraint:
#************************************************************** # Set False Path #************************************************************** set_false_path -from [get_clocks {clk clkx2}] -through / [get_pins -compatibility_mode *] -to [get_clocks {clk clkx2}]
- To declare false paths for all clock transfers between the clk and clkx2 clock signals, replace the existing false path constraint with the following:
#************************************************************** # Set False Path #************************************************************** set_false_path -from [get_clocks clk] / -to [get_clocks clkx2]
- Save and close the .sdc file.
- To load the new .sdc constraints, double-click Read SDC File in the Tasks pane.
- To update the timing netlist, double-click Update Timing Netlist.
- To confirm the false path assignment in the reports, double-click Setup Transfers in the Diagnostic reports. The RR Paths column indicates that the clock domain is now a "false path," reflecting your constraint.