Visible to Intel only — GUID: mwh1410383760480
Ixiasoft
Visible to Intel only — GUID: mwh1410383760480
Ixiasoft
2.3.7.2. False Paths (set_false_path)
The following SDC command makes false path exceptions from all registers beginning with A, to all registers beginning with B:
set_false_path -from [get_pins A*] -to [get_pins B*]
You can specify either a point-to-point or clock-to-clock path as a false path. For example, you can specify a false path for a static configuration register that is written once during power-up initialization, but does not change state again.
Although signals from static configuration registers often cross clock domains, you may not want to make false path exceptions to a clock-to-clock path, because some data may transfer across clock domains. However, you can selectively make false path exceptions from the static configuration register to all endpoints.
The Timing Analyzer assumes all clocks are related unless you specify otherwise. Use clock groups to more efficiently make false path exceptions between clocks, rather than writing multiple set_false_path exceptions between each clock transfer you want to eliminate.