mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[sw/openocd] minor cleanups
This commit is contained in:
parent
5b015cba54
commit
8bb8a02091
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue