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.
1 parent 65456ef commit ccd28baCopy full SHA for ccd28ba
flow/scripts/read_liberty.tcl
@@ -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
9
if {[info exists ::env(CORNERS)]} {
10
# corners
11
define_corners {*}$::env(CORNERS)
0 commit comments