Skip to content

Commit 0084458

Browse files
committed
Make yosys quieter by default.
1 parent c68f02c commit 0084458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flows/yosys/build_defs.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ def _yosys_synth_file_step_impl(ctx):
3232
cell_runfiles = ctx.runfiles(files = [synth_tcl, liberty, yosys_wrapper])
3333

3434
yosys_args = [
35-
# "-q", # quiet mode only errors printed to stderr
36-
# "-q", # second q don't print warnings
35+
"-q", # quiet mode only errors printed to stderr
36+
"-q", # second q don't print warnings
3737
"-Q", # Don't print header
3838
"-T", # Don't print footer
3939
"-c ${RUNFILES}/" + synth_tcl.short_path,

0 commit comments

Comments
 (0)