Skip to content

Commit 27a469e

Browse files
committed
pad: add test for overlapping iterms and adj. iterms in rdl routing
Signed-off-by: Peter Gadfort <[email protected]>
1 parent cdc15b5 commit 27a469e

File tree

5 files changed

+4931
-0
lines changed

5 files changed

+4931
-0
lines changed

src/pad/test/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ COMPULSORY_TESTS = [
4646
"rdl_route_45_with_2port_bump",
4747
"rdl_route_45_with_oct_bump",
4848
"rdl_route_assignments",
49+
"rdl_route_assignments_overlapping_iterms",
4950
"rdl_route_bump_to_bump_only",
5051
"rdl_route_bump_via",
5152
"rdl_route_failed",

src/pad/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ or_integration_tests(
4141
rdl_route_45_with_2port_bump
4242
rdl_route_45_with_oct_bump
4343
rdl_route_assignments
44+
rdl_route_assignments_overlapping_iterms
4445
rdl_route_bump_to_bump_only
4546
rdl_route_bump_via
4647
rdl_route_failed

0 commit comments

Comments
 (0)