Skip to content

Commit

Permalink
Merge pull request #164 from persimmonsai/bugfix/vcs_errorprop
Browse files Browse the repository at this point in the history
Add error prop to generated vcs compile script
  • Loading branch information
micprog authored Apr 29, 2024
2 parents 765720e + 1765b47 commit 19b410f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/script_fmt/vcs_sh.tera
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash
# {{ HEADER_AUTOGEN }}
{% if abort_on_error %}# Set propagation of error to exit on first error
set -e
{% endif %}
ROOT="{{ root }}"
{% if compilation_mode == 'separate' %}{% for group in srcs %}
{% if group.file_type == 'verilog' %}{{ vlogan_bin }} -sverilog \
Expand Down

0 comments on commit 19b410f

Please sign in to comment.