diff options
Diffstat (limited to 'python/openvino/demo/ip/intel_ai_ip/verilog/dla_clock_cross_sync.sdc')
| -rw-r--r-- | python/openvino/demo/ip/intel_ai_ip/verilog/dla_clock_cross_sync.sdc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/python/openvino/demo/ip/intel_ai_ip/verilog/dla_clock_cross_sync.sdc b/python/openvino/demo/ip/intel_ai_ip/verilog/dla_clock_cross_sync.sdc new file mode 100644 index 0000000..1fdd242 --- /dev/null +++ b/python/openvino/demo/ip/intel_ai_ip/verilog/dla_clock_cross_sync.sdc @@ -0,0 +1,14 @@ +# timing constraints related to dla_clock_cross_full_sync.sv, dla_clock_cross_half_sync.sv, and dla_cdc_sync_resetn.sv + +# cut the path to the first stage inside each synchronizer + +# The pins should be |q to |d instead of |* to |*, but Quartus 19.2 cannot match that constraint style for some reason. +set_false_path -from [get_pins -compatibility_mode -nocase {*|dla_clock_cross_full_sync_special_name_for_sdc_wildcard_matching|dla_cdc_src_data_reg[*]|*}] \ + -to [get_pins -compatibility_mode -nocase {*|dla_clock_cross_full_sync_special_name_for_sdc_wildcard_matching|dla_cdc_sync_head[*]|*}] + +# The pin below should be |d +set_false_path -to [get_pins -compatibility_mode -nocase {*|dla_clock_cross_half_sync_special_name_for_sdc_wildcard_matching|dla_cdc_sync_head[*]|*}] + + +set_false_path -to [get_pins -compatibility_mode -nocase {*|dla_areset_clock_cross_sync_special_name_for_sdc_wildcard_matching|dla_cdc_sync_head[*]|clrn}] +set_false_path -to [get_pins -compatibility_mode -nocase {*|dla_areset_clock_cross_sync_special_name_for_sdc_wildcard_matching|dla_cdc_sync_body[*][*]|clrn}] |
