Skip to content

Commit 708d397

Browse files
committed
grt: add unit test for skip_large_fanout_nets
Signed-off-by: Eder Monteiro <emrmonteiro@precisioninno.com>
1 parent 9f89bda commit 708d397

5 files changed

Lines changed: 5285 additions & 0 deletions

File tree

src/grt/test/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ TESTS = [
7878
"set_nets_to_route1",
7979
"silence",
8080
"single_row",
81+
"skip_large_fanout1",
8182
"soft_ndr_4w_6s",
8283
"top_level_term1",
8384
"top_level_term2",

src/grt/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ or_integration_tests(
7676
set_nets_to_route1
7777
silence
7878
single_row
79+
skip_large_fanout1
7980
soft_ndr_4w_6s
8081
top_level_term1
8182
top_level_term2

0 commit comments

Comments
 (0)