Skip to content

Commit

Permalink
[sw/openocd] minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
stnolting committed Oct 26, 2024
1 parent 5b015cb commit 8bb8a02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sw/openocd/openocd_neorv32.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ transport select jtag
# -------------------------------------------------------------------
# Target configuration
# -------------------------------------------------------------------
set _CHIPNAME neorv32
jtag newtap $_CHIPNAME cpu -irlen 5
set _TARGETNAME $_CHIPNAME.cpu
target create $_TARGETNAME.0 riscv -chain-position $_TARGETNAME
set chipname neorv32
jtag newtap $chipname cpu -irlen 5
set targetname $chipname.cpu
target create $targetname.0 riscv -chain-position $targetname

# expose NEORV32-specific CSRs
riscv expose_csrs 2048=cfureg0
Expand Down

0 comments on commit 8bb8a02

Please # to comment.