From bba8a697f64acb11dfa0252a482d5066b11a8d44 Mon Sep 17 00:00:00 2001 From: dsengupta0628 Date: Wed, 15 Apr 2026 21:40:39 +0000 Subject: [PATCH] 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 --- sdc/test/sdc_exception_thru_override.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdc/test/sdc_exception_thru_override.tcl b/sdc/test/sdc_exception_thru_override.tcl index 6e99442f..717da908 100644 --- a/sdc/test/sdc_exception_thru_override.tcl +++ b/sdc/test/sdc_exception_thru_override.tcl @@ -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