intel/common/up_clock_mon_constr: Make constraint more generic

Support multiple clock monitors in a block.
Before this change the clock monitor had to be named with a fix name
preventing multiple instances of the clock monitor.
main
Laszlo Nagy 2020-12-11 12:39:07 +00:00 committed by Laszlo Nagy
parent f04cb0c640
commit 6fe6864447
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
set_false_path -from [get_registers *up_clock_mon:i_clock_mon|d_count_run_m3*] -to [get_registers *up_clock_mon:i_clock_mon|up_count_running_m1*]
set_false_path -from [get_registers *up_clock_mon:i_clock_mon|up_count_run*] -to [get_registers *up_clock_mon:i_clock_mon|d_count_run_m1*]
set_false_path -from [get_registers *up_clock_mon:i_clock_mon|d_count*] -to [get_registers *up_clock_mon:i_clock_mon|up_d_count*]
set_false_path -from [get_registers *up_clock_mon:*|d_count_run_m3*] -to [get_registers *up_clock_mon:*|up_count_running_m1*]
set_false_path -from [get_registers *up_clock_mon:*|up_count_run*] -to [get_registers *up_clock_mon:*|d_count_run_m1*]
set_false_path -from [get_registers *up_clock_mon:*|d_count*] -to [get_registers *up_clock_mon:*|up_d_count*]