Skip to content

Commit

Permalink
Add error prop to generated vcs compile script
Browse files Browse the repository at this point in the history
  • Loading branch information
uge committed Apr 13, 2024
1 parent 69c82e9 commit 693ce73
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 }}

# Set propagation of error to exit on first error
set -e
ROOT="{{ root }}"
{% if compilation_mode == 'separate' %}{% for group in srcs %}
{% if group.file_type == 'verilog' %}{{ vlogan_bin }} -sverilog \
Expand Down

0 comments on commit 693ce73

Please sign in to comment.