Skip to content

Commit 4f33136

Browse files
authored
Merge pull request #1056 from vijayank88/suppress_164_asap7
suppress STA-0164 warnings for ASAP7
2 parents 65456ef + ccd28ba commit 4f33136

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

flow/scripts/read_liberty.tcl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# To remove [WARNING STA-0164] from the logs for ASAP7.
2+
# /OpenROAD-flow-scripts/flow/platforms/asap7/lib/asap7sc7p5t_SIMPLE_RVT_TT_nldm_211120.lib.gz line 13178, timing group from output port.
3+
# Added following suppress_message
4+
if {[info exists ::env(PLATFORM)] && $::env(PLATFORM) == "asap7"} {
5+
suppress_message STA 164
6+
}
7+
8+
#Read Liberty
19
if {[info exists ::env(CORNERS)]} {
210
# corners
311
define_corners {*}$::env(CORNERS)

0 commit comments

Comments
 (0)