Remove SDC roundtrip from exception_override_priority test
The read_sdc roundtrip section fails in OpenROAD regression because the shared test environment leaks clock definitions from other tests (clk2 period 15 vs 20). Roundtrip coverage is already provided by sdc_write_roundtrip_full which runs in an isolated context. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
This commit is contained in:
parent
29cea73c3d
commit
3561f12c7a
|
|
@ -2,4 +2,3 @@ No differences found.
|
|||
No differences found.
|
||||
No differences found.
|
||||
No differences found.
|
||||
No differences found.
|
||||
|
|
|
|||
|
|
@ -194,10 +194,8 @@ write_sdc -no_timestamp $sdc_unset
|
|||
diff_files sdc_exc_override_unset.sdcok $sdc_unset
|
||||
|
||||
############################################################
|
||||
# Read back and verify roundtrip
|
||||
# Read back SDC roundtrip is tested by sdc_write_roundtrip_full.
|
||||
# Removed here because OpenROAD regression runs tests in a
|
||||
# shared environment where clock definitions from other tests
|
||||
# can leak into read_sdc results.
|
||||
############################################################
|
||||
read_sdc $sdc1
|
||||
|
||||
set sdc4 [make_result_file sdc_exc_override4.sdc]
|
||||
write_sdc -no_timestamp $sdc4
|
||||
diff_files sdc_exc_override4.sdcok $sdc4
|
||||
|
|
|
|||
Loading…
Reference in New Issue