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
parent
f04cb0c640
commit
6fe6864447
|
@ -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:*|d_count_run_m3*] -to [get_registers *up_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:*|up_count_run*] -to [get_registers *up_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*] -to [get_registers *up_clock_mon:*|up_d_count*]
|
||||||
|
|
Loading…
Reference in New Issue