We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d01e0a4 + 9a0ceeb commit a0f5f66Copy full SHA for a0f5f66
flow/scripts/read_liberty.tcl
@@ -23,3 +23,7 @@ if {[info exists ::env(CORNERS)]} {
23
read_liberty $libFile
24
}
25
26
+
27
+if {[info exists ::env(PLATFORM)] && $::env(PLATFORM) == "asap7"} {
28
+ unsuppress_message STA 164
29
+}
0 commit comments