Skip to content

Commit d9b77ae

Browse files
committed
[ot] scripts/opentitan: darjeeling.cfg: update OpenOCD script
to match HW naming Signed-off-by: Emmanuel Blot <[email protected]>
1 parent 85c40ff commit d9b77ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/opentitan/darjeeling-ocd.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ transport select jtag
1313
set _IRLENGTH 5
1414

1515
# DMI addresses
16-
set _OT_DJ_DEBUG_RV_DM_ADDR 0x0
17-
set _OT_DJ_DEBUG_MBX_JTAG_ADDR 0x880
18-
set _OT_DJ_DEBUG_SOCDBG_CTRL_ADDR 0x8c0
19-
set _OT_DJ_DEBUG_LC_CTRL_ADDR 0xc00
16+
set _OT_DJ_DEBUG_RV_DM_ADDR 0x0
17+
set _OT_DJ_DEBUG_MBX_JTAG_ADDR 0x880
18+
set _OT_DJ_DEBUG_SOC_DBG_CTRL_ADDR 0x8c0
19+
set _OT_DJ_DEBUG_LC_CTRL_ADDR 0xc00
2020

2121
set _CHIPNAME riscv
2222
# part 1, ver 0, lowRISC

0 commit comments

Comments
 (0)