Skip to content

Commit

Permalink
comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed May 12, 2023
1 parent 5ec8790 commit 254c9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-neorv32/riscof_neorv32.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def runTests(self, testList):

# prepare run of GHDL simulation
execute = 'sh ./sim/ghdl_run.sh'
# set TB generics according to MARCH test case
# override testbench generics according to MARCH test case
if "rv32im" in marchstr:
execute += ' -gRISCV_M=true'
# 'privilege' tests also require C extension
Expand Down

0 comments on commit 254c9cc

Please sign in to comment.