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 Oct 20, 2021
1 parent 6c5495f commit 859e75f
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 @@ -294,6 +294,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 859e75f

Please sign in to comment.