Skip to content

Commit 4815ac8

Browse files
author
Ahmed R. Mohamed
committed
odb: keep all messages from check_3dblox cmd
These messages are useful for debugging especially in CI runs. Signed-off-by: Ahmed R. Mohamed <ahmed@precisioninno.com>
1 parent 1572a66 commit 4815ac8

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/odb/test/check_3dblox.ok

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1+
[INFO ODB-0227] LEF file: data/../Nangate45/Nangate45_tech.lef, created 22 layers, 27 vias
2+
[INFO ODB-0227] LEF file: data/../Nangate45/fake_macros.lef, created 10 library cells
3+
[INFO ODB-0227] LEF file: data/../Nangate45/fake_bumps.lef, created 1 library cells
4+
[WARNING STA-1171] data/../Nangate45/fake_macros.lib line 32, default_max_transition is 0.0.
5+
[INFO ODB-0128] Design: fake_macros
6+
[INFO ODB-0131] Created 10 components and 32 component-terminals.
7+
[INFO ODB-0133] Created 12 nets and 24 connections.
8+
[WARNING ODB-0156] Found 1 overlapping chips
9+
[WARNING ODB-0151] Found 1 floating chip sets
10+
[WARNING ODB-0151] Found 2 floating chip sets
111
Summary 7 / 7 (100% pass)
212
pass

src/odb/test/check_3dblox.tcl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ proc get_3dblox_marker_count { sub_category_name } {
1313
return [$sub_category getMarkerCount]
1414
}
1515

16-
# Suppress noisy standard loading messages and checker warnings
17-
suppress_message ODB 227
18-
suppress_message ODB 128
19-
suppress_message ODB 131
20-
suppress_message ODB 133
21-
suppress_message STA 1171
22-
suppress_message ODB 156
23-
suppress_message ODB 151
24-
2516
# 1. Load clean design
2617
read_3dbx "data/example.3dbx"
2718
set db [ord::get_db]

0 commit comments

Comments
 (0)