Intel® Quartus® Prime Pro Edition User Guide: Timing Analyzer
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: gdw1625069500756
Ixiasoft
Visible to Intel only — GUID: gdw1625069500756
Ixiasoft
2.6.5.7. Constraining CDC Paths
The following examples show applying set_false_path for a design that contains a DCFIFO block to avoid timing failures in the synchronization registers. These examples are for constraining single-bit synchronizer CDC paths:
- For paths crossing from the write into the read domain, apply a false path assignment between registers delayed_wrptr_g and rs_dgwp:
set_false_path -from [get_registers {*dcfifo*delayed_wrptr_g[*]}] \ -to [get_registers {*dcfifo*rs_dgwp*}]
- For paths crossing from the read into the write domain, apply a false path assignment between registers rdptr_g and ws_dgrp:
set_false_path -from [get_registers {*dcfifo*rdptr_g[*]}] \ -to [get_registers {*dcfifo*ws_dgrp*}]