Skip to content

Commit

Permalink
Remove a flag that is not needed anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Sep 19, 2023
1 parent a313639 commit 7e9497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/runners/Verilator.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def prepare_run_cb(self, tmp_dir, params):
if 'runner_verilator_flags' in params:
self.cmd += shlex.split(params['runner_verilator_flags'])

self.cmd += ['-DUVM_NO_DPI', '-DUVM_MAX_STREAMBITS=64']
self.cmd += ['-DUVM_NO_DPI']
for define in params['defines']:
self.cmd.append('-D' + define)

Expand Down

0 comments on commit 7e9497c

Please sign in to comment.