Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Perro committed May 8, 2024
1 parent 5839e90 commit 17ffad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vunit/sim_if/nvc.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ def simulate(self, output_path, test_suite_name, config, elaborate_only): # pyl

if config.sim_options.get("nvc.disable_jit", True):
self._disable_jit = True

if not elaborate_only:
cmd += ["--no-save"]
if self._supports_jit and not self._disable_jit:
Expand Down

0 comments on commit 17ffad0

Please sign in to comment.