Renamed the two output files in sdc_exception_thru_override.tcl so they don't collide with op from sdc_exception_override_priority.tcl

Signed-off-by: dsengupta0628 <dsengupta@precisioninno.com>
This commit is contained in:
dsengupta0628
2026-04-15 21:40:39 +00:00
parent 92f23e1b6d
commit bba8a697f6

View File

@@ -144,8 +144,8 @@ set_false_path -from [get_ports in2] -fall_to [get_ports out2]
set_multicycle_path 2 -setup -from [get_clocks clk1] -to [get_clocks clk2]
set_max_delay 7.0 -from [get_ports in3] -rise_through [get_pins or1/ZN] -to [get_ports out2]
set sdc1 [make_result_file sdc_exc_override1.sdc]
set sdc1 [make_result_file sdc_exc_thru_override1.sdc]
write_sdc -no_timestamp $sdc1
set sdc2 [make_result_file sdc_exc_override2.sdc]
set sdc2 [make_result_file sdc_exc_thru_override2.sdc]
write_sdc -no_timestamp -compatible $sdc2