Forum Discussion
Can you post your SDC? This is pretty strange. It also looks like all the failures are on paths that are fanning in to a single clock enable input which seems odd. Can you post any of the HDL for this part of the design?
#iwork4intel
I cannot share RTL code.
I use this kind of constraints for now to remove those timing checks:
set_false_path -fall_to [get_clocks {mcu_clk}] -from [get_registers {*|u_rfd_clockshop|i_apb_if|s_sw_all_periph_reset_en}]
set_false_path -rise_from [get_clocks {mcu_clk}] -to [get_registers {*|u_flash_subsys|A_ip_pflash640k_atfc|u_controller|u_fmc_if|start_gate|u_cgate|ClkEnable*}]
- AEsqu5 years ago
Contributor
Here is the SDC.
For this run, variables are set to:
$is_a_quartus_only_project == "0"
$current_project == "Achilles_arria_X"
$is_a_quartus_project == "1"