Skip to content

Commit

Permalink
sim_if: continue after compilation failure if '--keep-compiling' is True
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 23, 2023
1 parent 6773ead commit 7213390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vunit/sim_if/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ def compile_source_files(

if failures:
printer.write("Compile failed\n", fg="ri")
if continue_on_error:
return
raise CompileError

if source_files:
Expand Down

0 comments on commit 7213390

Please sign in to comment.