Skip to content

Commit 9a0ceeb

Browse files
committed
read_liberty: unsupress message after reading liberty file
this is to get error messages and warnings for reading post synthesis Verilog files. This suppression is overly broad, but there is only one message number in that neck of the woods. Signed-off-by: Øyvind Harboe <[email protected]>
1 parent 9070633 commit 9a0ceeb

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)