Skip to content

Commit

Permalink
Makes yosys errors more visibile
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
  • Loading branch information
QuantamHD committed Feb 29, 2024
1 parent a9a960d commit 33d86c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synthesis/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def _synthesize_design_impl(ctx):

args = ctx.actions.args()
args.add("-q") # quiet mode only errors printed to stderr
args.add("-q") # second q don't print warnings
args.add("-Q") # Don't print header
args.add_all("-l", [log_file]) # put output in log file
args.add_all("-c", [synth_tcl]) # run synthesis tcl script
Expand Down

0 comments on commit 33d86c5

Please sign in to comment.