Skip to content

Commit

Permalink
Another lint issue...
Browse files Browse the repository at this point in the history
  • Loading branch information
aolofsson committed Jan 22, 2025
1 parent 8971f1b commit 4ba3e21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umi/lumi/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ def lumi_dut(build_dir, request):

dut = SbDut('testbench', default_main=True, trace=False)

#dut = SbDut('testbench', cmdline=True,
# default_main=True, trace=True, trace_type='vcd')
# dut = SbDut('testbench', cmdline=True,
# default_main=True, trace=True, trace_type='vcd')

dut.use(lumi)

Expand Down

0 comments on commit 4ba3e21

Please sign in to comment.