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 c68f02c commit 0084458Copy full SHA for 0084458
flows/yosys/build_defs.bzl
@@ -32,8 +32,8 @@ def _yosys_synth_file_step_impl(ctx):
32
cell_runfiles = ctx.runfiles(files = [synth_tcl, liberty, yosys_wrapper])
33
34
yosys_args = [
35
- # "-q", # quiet mode only errors printed to stderr
36
- # "-q", # second q don't print warnings
+ "-q", # quiet mode only errors printed to stderr
+ "-q", # second q don't print warnings
37
"-Q", # Don't print header
38
"-T", # Don't print footer
39
"-c ${RUNFILES}/" + synth_tcl.short_path,
0 commit comments