Skip to content

Commit

Permalink
Apply 'make format'
Browse files Browse the repository at this point in the history
  • Loading branch information
github action committed Jan 8, 2025
1 parent 260ac34 commit ff244c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test_regress/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,7 @@ def execute(self, **kwargs) -> None:
pli_opt = "-pli " + self.obj_dir + "/libvpi.so"
cmd = [
"echo q | " + run_env + VtOs.getenv_def('VERILATOR_MODELSIM', "vsim"),
' '.join(param['ms_run_flags']), ' '.join(param['all_run_flags']), pli_opt,
(" t")
' '.join(param['ms_run_flags']), ' '.join(param['all_run_flags']), pli_opt, (" t")
]
self.run(cmd=cmd,
check_finished=param['check_finished'],
Expand Down

0 comments on commit ff244c1

Please sign in to comment.