Skip to content

Commit a0f5f66

Browse files
authored
Merge pull request #1732 from Pinata-Consulting/unsuppress-error-message
read_liberty: unsupress message after reading liberty file
2 parents d01e0a4 + 9a0ceeb commit a0f5f66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flow/scripts/read_liberty.tcl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ if {[info exists ::env(CORNERS)]} {
2323
read_liberty $libFile
2424
}
2525
}
26+
27+
if {[info exists ::env(PLATFORM)] && $::env(PLATFORM) == "asap7"} {
28+
unsuppress_message STA 164
29+
}

0 commit comments

Comments
 (0)