commit | afc3e20d977663acc764d32f026c6d6a72c9fb04 | [log] [tgz] |
---|---|---|
author | Johan Euphrosine <proppy@google.com> | Tue Sep 06 21:33:09 2022 +0900 |
committer | GitHub <noreply@github.com> | Tue Sep 06 21:33:09 2022 +0900 |
tree | 27b5b5d06c0c6ff0467628c93113778784587307 | |
parent | ac3e041b8eb1d10efc88f534fe7c8feead0919f9 [diff] |
openlane: reduce verbosity
diff --git a/openlane/Makefile b/openlane/Makefile index 714cff1..8b0bd5c 100644 --- a/openlane/Makefile +++ b/openlane/Makefile
@@ -23,7 +23,7 @@ openlane_cmd = \ "flow.tcl \ - -verbose 1 \ + -verbose 0 \ -design $$(realpath ./$*) \ -save_path $$(realpath ..) \ -save \