openhwgroup / cva6

The CORE-V CVA6 is an Application class 6-stage RISC-V CPU capable of booting Linux
https://docs.openhwgroup.org/projects/cva6-user-manual/
Other
2.2k stars 668 forks source link

[BUG] OpenOCD could not halt CPU #1772

Closed Siris-Li closed 7 months ago

Siris-Li commented 7 months ago

Is there an existing CVA6 bug for this?

Bug Description

I've transplanted CVA6 APU to a non-genesys2 FPGA, and tried to debug it through OpenOCD. However, I cannot launch OpenOCD to connect to my FPGA. Here is my terminal output:

$ sudo openocd -f ariane.cfg
Open On-Chip Debugger 0.12.0+dev-03598-g78a719fad (2024-01-20-05:43)
Licensed under GNU GPL v2
For bug reports, read
        http://openocd.org/doc/doxygen/bugs.html
Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
Info : clock speed 100 kHz
Info : JTAG tap: riscv.cpu tap/device found: 0x00000001 (mfg: 0x000 (<invalid>), part: 0x0000, ver: 0x0)
Info : [riscv.cpu] datacount=2 progbufsize=8
Error: [riscv.cpu] Unable to halt. dmcontrol=0x80000001, dmstatus=0x00000c82
Error: [riscv.cpu] Fatal: Hart 0 failed to halt during examine
Error: [riscv.cpu] Examination failed
Warn : target riscv.cpu examination failed
Info : starting gdb server for riscv.cpu on 3333
Info : Listening on port 3333 for gdb connections
Error: Target not examined yet

Error: [riscv.cpu] Unsupported DTM version: -1
Error: [riscv.cpu] Could not identify target type.

This is the detail when I tried to run openocd with -d3 debug level.

OpenOCD debug output ``` Debug: 6 1 log.c:237 handle_log_output_command(): set log_output to "openocd_halt.log" Debug: 7 1 options.c:233 add_default_dirs(): bindir=/usr/local/bin Debug: 8 1 options.c:234 add_default_dirs(): pkgdatadir=/usr/local/share/openocd Debug: 9 1 options.c:235 add_default_dirs(): exepath=/usr/local/bin Debug: 10 1 options.c:236 add_default_dirs(): bin2data=../share/openocd Debug: 11 1 configuration.c:33 add_script_search_dir(): adding /root/.config/openocd Debug: 12 1 configuration.c:33 add_script_search_dir(): adding /root/.openocd Debug: 13 1 configuration.c:33 add_script_search_dir(): adding /usr/local/bin/../share/openocd/site Debug: 14 1 configuration.c:33 add_script_search_dir(): adding /usr/local/bin/../share/openocd/scripts Debug: 15 1 command.c:154 script_debug(): command - ocd_find ariane.cfg Debug: 16 1 configuration.c:88 find_file(): found ariane.cfg Debug: 17 1 command.c:154 script_debug(): command - adapter speed 1000 Debug: 18 1 adapter.c:249 adapter_config_khz(): handle adapter khz Debug: 19 1 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value Debug: 20 1 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value Debug: 21 1 command.c:154 script_debug(): command - adapter list Debug: 22 1 command.c:154 script_debug(): command - adapter driver ftdi Debug: 23 1 command.c:154 script_debug(): command - ftdi vid_pid 0x0403 0x6014 Debug: 24 1 command.c:154 script_debug(): command - ftdi channel 0 Debug: 25 1 command.c:154 script_debug(): command - ftdi layout_init 0x0018 0x001b Debug: 26 1 command.c:154 script_debug(): command - ftdi layout_signal nTRST -ndata 0x0010 Debug: 27 1 command.c:154 script_debug(): command - transport select Info : 28 1 transport.c:267 handle_transport_select(): auto-selecting first available session transport "jtag". To override use 'transport select '. Debug: 29 1 command.c:154 script_debug(): command - transport select Debug: 30 1 command.c:154 script_debug(): command - jtag newtap riscv cpu -irlen 5 Debug: 31 1 tcl.c:420 handle_jtag_newtap_args(): Creating New Tap, Chip: riscv, Tap: cpu, Dotted: riscv.cpu, 2 params Debug: 32 1 core.c:1474 jtag_tap_init(): Created Tap: riscv.cpu @ abs position 0, irlen 5, capture: 0x1 mask: 0x3 Debug: 33 1 command.c:154 script_debug(): command - target create riscv.cpu riscv -chain-position riscv.cpu -coreid 0 Debug: 34 1 target.c:2144 target_free_all_working_areas_restore(): freeing all working areas Debug: 35 1 riscv.c:437 riscv_create_target(): [riscv.cpu] riscv_create_target() Debug: 36 1 command.c:154 script_debug(): command - gdb_report_data_abort enable Debug: 37 1 command.c:154 script_debug(): command - gdb_report_register_access_error enable Debug: 38 1 command.c:154 script_debug(): command - riscv set_reset_timeout_sec 120 Debug: 39 1 command.c:154 script_debug(): command - riscv set_command_timeout_sec 120 Debug: 40 1 command.c:154 script_debug(): command - riscv set_mem_access progbuf sysbus abstract Debug: 41 1 command.c:154 script_debug(): command - riscv set_enable_virtual on Debug: 42 1 command.c:154 script_debug(): command - init Debug: 43 1 command.c:154 script_debug(): command - target init Debug: 44 1 command.c:154 script_debug(): command - target names Debug: 45 1 command.c:154 script_debug(): command - riscv.cpu cget -event gdb-flash-erase-start Debug: 46 1 command.c:154 script_debug(): command - riscv.cpu configure -event gdb-flash-erase-start reset init Debug: 47 1 command.c:154 script_debug(): command - riscv.cpu cget -event gdb-flash-write-end Debug: 48 1 command.c:154 script_debug(): command - riscv.cpu configure -event gdb-flash-write-end reset halt Debug: 49 1 command.c:154 script_debug(): command - riscv.cpu cget -event gdb-attach Debug: 50 1 command.c:154 script_debug(): command - riscv.cpu configure -event gdb-attach halt 1000 Debug: 51 1 target.c:1602 handle_target_init_command(): Initializing targets... Debug: 52 1 riscv.c:450 riscv_init_target(): [riscv.cpu] riscv_init_target() Debug: 53 1 semihosting_common.c:107 semihosting_common_init(): Debug: 54 1 ftdi.c:732 ftdi_initialize(): ftdi interface using shortest path jtag state transitions Debug: 55 3 mpsse.c:406 mpsse_purge(): - Debug: 56 4 mpsse.c:687 mpsse_loopback_config(): off Debug: 57 4 mpsse.c:732 mpsse_set_frequency(): target 1000000 Hz Debug: 58 4 mpsse.c:724 mpsse_rtck_config(): off Debug: 59 4 mpsse.c:713 mpsse_divide_by_5_config(): off Debug: 60 4 mpsse.c:693 mpsse_set_divisor(): 29 Debug: 61 4 mpsse.c:756 mpsse_set_frequency(): actually 1000000 Hz Debug: 62 4 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value Debug: 63 4 adapter.c:217 adapter_khz_to_speed(): have adapter set up Debug: 64 4 mpsse.c:732 mpsse_set_frequency(): target 1000000 Hz Debug: 65 4 mpsse.c:724 mpsse_rtck_config(): off Debug: 66 4 mpsse.c:713 mpsse_divide_by_5_config(): off Debug: 67 4 mpsse.c:693 mpsse_set_divisor(): 29 Debug: 68 4 mpsse.c:756 mpsse_set_frequency(): actually 1000000 Hz Debug: 69 4 adapter.c:213 adapter_khz_to_speed(): convert khz to adapter specific speed value Debug: 70 4 adapter.c:217 adapter_khz_to_speed(): have adapter set up Info : 71 4 adapter.c:177 adapter_init(): clock speed 1000 kHz Debug: 72 4 openocd.c:133 handle_init_command(): Debug Adapter init complete Debug: 73 4 command.c:154 script_debug(): command - transport init Debug: 74 4 transport.c:219 handle_transport_init(): handle_transport_init Debug: 75 5 core.c:830 jtag_add_reset(): SRST line released Debug: 76 5 core.c:855 jtag_add_reset(): TRST line released Debug: 77 5 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 78 5 command.c:154 script_debug(): command - jtag arp_init Debug: 79 5 core.c:1509 jtag_init_inner(): Init JTAG chain Debug: 80 5 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 81 5 core.c:1234 jtag_examine_chain(): DR scan interrogation for IDCODE/BYPASS Debug: 82 5 core.c:328 jtag_call_event_callbacks(): jtag event: TAP reset Debug: 83 6 jep106.c:22 jep106_table_manufacturer(): BUG: Caller passed out-of-range JEP106 ID! Info : 84 6 core.c:1133 jtag_examine_chain_display(): JTAG tap: riscv.cpu tap/device found: 0x00000001 (mfg: 0x000 (), part: 0x0000, ver: 0x0) Debug: 85 6 core.c:1364 jtag_validate_ircapture(): IR capture validation scan Debug: 86 7 core.c:1421 jtag_validate_ircapture(): riscv.cpu: IR capture 0x05 Debug: 87 7 command.c:154 script_debug(): command - dap init Debug: 88 7 arm_dap.c:96 dap_init_all(): Initializing all DAPs ... Debug: 89 7 openocd.c:150 handle_init_command(): Examining targets... Debug: 90 7 target.c:679 target_examine_one(): [riscv.cpu] Examination started Debug: 91 7 target.c:1788 target_call_event_callbacks(): target event 19 (examine-start) for core riscv.cpu Debug: 92 7 riscv.c:1717 riscv_examine(): [riscv.cpu] Starting examination Debug: 93 7 riscv.c:406 dtmcontrol_scan(): DTMCONTROL: 0x0 -> 0x1071 Debug: 94 7 riscv.c:1731 riscv_examine(): [riscv.cpu] dtmcontrol=0x1071 Debug: 95 7 riscv.c:1733 riscv_examine(): [riscv.cpu] version=0x1 Debug: 96 7 riscv-013.c:2749 init_target(): [riscv.cpu] Init. Debug: 97 7 riscv-013.c:1896 examine(): [riscv.cpu] dbgbase=0x0 Debug: 98 7 riscv-013.c:451 dtmcontrol_scan(): DTMCS: 0x0 -> 0x1071 Debug: 99 7 riscv-013.c:1904 examine(): [riscv.cpu] dtmcontrol=0x1071 Debug: 100 7 riscv-013.c:1905 examine(): [riscv.cpu] dtmcs=0x1071 {version=1_0 idle=1 errinfo=not_implemented abits=7} Debug: 101 7 riscv-013.c:767 check_dbgbase_exists(): [riscv.cpu] Searching for DM with DMI base address (dbgbase) = 0x0 Debug: 102 7 riscv-013.c:250 get_dm(): [riscv.cpu] Coreid [0] Allocating new DM Debug: 103 7 riscv-013.c:493 dmi_scan(): [riscv.cpu] reset_delays_wait done Debug: 104 8 riscv-013.c:393 dump_field(): 41b w 00000000 @10 -> + 00000000 @10; 0i Debug: 105 8 riscv-013.c:401 dump_field(): write: dmcontrol=0 {} Debug: 106 8 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 00000000 @10; 0i Debug: 107 8 riscv-013.c:393 dump_field(): 41b w 00000001 @10 -> + 00000000 @10; 0i Debug: 108 8 riscv-013.c:401 dump_field(): write: dmcontrol=1 {dmactive=active} Debug: 109 9 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 00000001 @10; 0i Debug: 110 9 riscv-013.c:5144 riscv013_invalidate_cached_progbuf(): [riscv.cpu] Invalidating progbuf cache Debug: 111 9 riscv-013.c:393 dump_field(): 41b w 07ffffc1 @10 -> + 00000000 @10; 0i Debug: 112 9 riscv-013.c:401 dump_field(): write: dmcontrol=0x7ffffc1 {dmactive=active hartsello=0x3ff hasel=multiple hartselhi=0x3ff} Debug: 113 10 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 07ffffc1 @10; 0i Debug: 114 10 riscv-013.c:393 dump_field(): 41b r 00000000 @10 -> + 00000000 @10; 0i Debug: 115 11 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> b 00000000 @10; 0i Debug: 116 11 riscv-013.c:462 increase_dmi_busy_delay(): [riscv.cpu] dtmcs_idle=1, dmi_busy_delay=1, ac_busy_delay=0 Debug: 117 11 riscv-013.c:451 dtmcontrol_scan(): DTMCS: 0x10000 -> 0x1c71 Debug: 118 12 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 03ffffc1 @10; 1i Debug: 119 12 riscv-013.c:407 dump_field(): read: dmcontrol=0x3ffffc1 {dmactive=active hartsello=0x3ff hartselhi=0x3ff} Debug: 120 12 riscv-013.c:393 dump_field(): 41b w 00000001 @10 -> + 00000000 @10; 1i Debug: 121 12 riscv-013.c:401 dump_field(): write: dmcontrol=1 {dmactive=active} Debug: 122 13 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 00000001 @10; 1i Debug: 123 13 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @10; 1i Debug: 124 13 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> b 00000000 @11; 1i Debug: 125 13 riscv-013.c:462 increase_dmi_busy_delay(): [riscv.cpu] dtmcs_idle=1, dmi_busy_delay=2, ac_busy_delay=0 Debug: 126 14 riscv-013.c:451 dtmcontrol_scan(): DTMCS: 0x10000 -> 0x1c71 Debug: 127 14 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 2i Debug: 128 14 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 129 14 riscv-013.c:1960 examine(): [riscv.cpu] dmstatus: 0x00000c82 Debug: 130 14 riscv-013.c:1976 examine(): [riscv.cpu] hartsellen=20 Debug: 131 14 riscv-013.c:393 dump_field(): 41b r 00000000 @12 -> + 00000000 @11; 2i Debug: 132 15 riscv-013.c:393 dump_field(): 41b - 00000000 @12 -> b 00000000 @12; 2i Debug: 133 15 riscv-013.c:462 increase_dmi_busy_delay(): [riscv.cpu] dtmcs_idle=1, dmi_busy_delay=3, ac_busy_delay=0 Debug: 134 15 riscv-013.c:451 dtmcontrol_scan(): DTMCS: 0x10000 -> 0x1c71 Debug: 135 16 riscv-013.c:393 dump_field(): 41b - 00000000 @12 -> + 00212380 @12; 3i Debug: 136 16 riscv-013.c:407 dump_field(): read: Debug: 137 16 riscv-013.c:393 dump_field(): 41b r 00000000 @38 -> + 00000000 @12; 3i Debug: 138 16 riscv-013.c:393 dump_field(): 41b - 00000000 @38 -> + 20040404 @38; 3i Debug: 139 16 riscv-013.c:407 dump_field(): read: sbcs=0x20040404 {sbaccess=32bit sbaccess32=1 sbversion=1_0 sbasize=0x20} Debug: 140 17 riscv-013.c:393 dump_field(): 41b r 00000000 @16 -> + 00000000 @38; 3i Debug: 141 17 riscv-013.c:393 dump_field(): 41b - 00000000 @16 -> + 08000002 @16; 3i Debug: 142 17 riscv-013.c:407 dump_field(): read: abstractcs=0x8000002 {datacount=2 progbufsize=8} Info : 143 17 riscv-013.c:2003 examine(): [riscv.cpu] datacount=2 progbufsize=8 Debug: 144 17 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @16; 3i Debug: 145 18 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 146 18 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 147 18 riscv-013.c:393 dump_field(): 41b w 00010001 @10 -> + 00000000 @11; 3i Debug: 148 18 riscv-013.c:401 dump_field(): write: dmcontrol=0x10001 {dmactive=active hartsello=1} Debug: 149 19 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 00010001 @10; 3i Debug: 150 19 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @10; 3i Debug: 151 19 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 0000cc82 @11; 3i Debug: 152 19 riscv-013.c:407 dump_field(): read: dmstatus=0xcc82 {version=0_13 anyrunning=1 allrunning=1 anynonexistent=1 allnonexistent=1 authenticated=true} Debug: 153 19 riscv-013.c:2041 examine(): [riscv.cpu] Detected 1 harts. Debug: 154 20 riscv-013.c:393 dump_field(): 41b w 00000001 @10 -> + 00000000 @11; 3i Debug: 155 20 riscv-013.c:401 dump_field(): write: dmcontrol=1 {dmactive=active} Debug: 156 20 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 00000001 @10; 3i Debug: 157 20 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @10; 3i Debug: 158 21 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 159 21 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 160 21 riscv-013.c:4979 riscv013_halt_go(): [riscv.cpu] halting hart Debug: 161 21 riscv-013.c:393 dump_field(): 41b w 80000001 @10 -> + 00000000 @11; 3i Debug: 162 21 riscv-013.c:401 dump_field(): write: dmcontrol=0x80000001 {dmactive=active haltreq=1} Debug: 163 21 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 80000001 @10; 3i Debug: 164 22 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @10; 3i Debug: 165 22 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 166 22 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 167 22 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 168 23 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 169 23 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 170 23 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 171 24 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 172 24 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 173 24 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 174 24 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 175 24 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 176 25 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 177 25 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 178 25 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 179 25 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 180 26 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 181 26 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 182 26 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 183 26 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 184 26 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 185 27 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 186 27 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 187 27 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 188 27 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 189 28 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 190 28 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 191 28 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 192 28 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 193 28 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 194 29 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 195 29 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 196 29 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 197 29 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 198 30 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 199 30 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 200 30 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 201 30 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 202 30 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 203 31 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 204 31 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 205 31 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 206 32 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 207 32 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 208 32 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 209 32 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 210 33 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 211 33 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 212 33 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 213 33 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 214 33 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 215 34 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 216 34 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 217 34 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 218 34 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 219 35 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 220 35 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 221 35 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 222 35 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 223 35 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 224 36 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 225 36 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 226 36 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 227 36 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 228 37 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 229 37 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 230 37 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 231 38 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 232 38 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 233 38 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 234 38 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 235 38 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 236 39 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 237 39 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 238 39 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 239 40 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 240 40 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 241 40 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 242 40 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 243 41 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 244 41 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 245 41 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 246 41 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 247 41 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 248 42 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 249 42 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 250 42 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 251 42 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 252 43 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 253 43 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 254 43 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 255 43 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 256 43 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 257 44 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 258 44 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 259 44 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 260 44 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 261 45 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 262 45 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 263 45 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 264 45 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 265 45 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 266 46 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 267 46 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 268 46 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 269 46 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 270 47 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 271 47 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 272 47 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 273 47 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 274 47 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 275 48 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 276 48 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 277 48 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 278 48 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 279 49 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 280 49 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 281 49 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 282 49 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 283 49 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 284 50 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 285 50 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 286 50 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 287 50 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 288 51 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 289 51 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 290 51 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 291 51 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 292 51 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 293 52 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 294 52 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 295 52 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 296 52 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 297 53 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 298 53 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 299 53 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 300 53 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 301 53 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 302 54 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 303 54 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 304 54 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 305 55 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 306 55 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 307 55 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 308 55 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 309 56 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 310 56 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 311 56 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 312 56 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 313 56 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 314 57 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 315 57 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 316 57 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 317 57 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 318 58 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 319 58 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 320 58 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 321 58 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 322 59 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 323 59 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 324 59 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 325 59 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 326 60 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 327 60 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 328 60 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 329 60 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 330 60 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 331 60 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 332 61 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 333 61 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 334 61 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 335 61 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 336 62 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 337 62 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 338 62 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 339 62 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 340 62 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 341 63 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 342 63 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 343 63 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 344 63 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 345 64 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 346 64 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 347 64 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 348 64 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 349 64 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 350 65 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 351 65 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 352 65 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 353 66 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 354 66 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 355 66 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 356 66 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 357 67 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 358 67 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 359 67 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 360 67 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 361 67 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 362 68 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 363 68 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 364 68 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 365 68 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 366 69 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 367 69 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 368 69 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 369 69 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 370 69 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 371 70 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 372 70 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 373 70 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 374 70 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 375 71 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 376 71 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 377 71 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 378 71 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 379 71 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 380 72 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 381 72 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 382 72 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 383 72 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 384 73 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 385 73 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 386 73 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 387 73 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 388 73 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 389 74 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 390 74 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 391 74 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 392 74 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 393 75 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 394 75 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 395 75 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 396 75 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 397 75 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 398 76 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 399 76 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 400 76 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 401 76 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 402 77 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 403 77 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 404 77 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 405 77 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 406 78 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 407 78 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 408 78 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 409 78 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 410 79 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 411 79 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 412 79 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 413 79 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 414 80 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 415 80 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 416 80 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 417 81 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 418 81 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 419 81 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 420 81 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 421 81 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 422 82 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 423 82 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 424 82 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 425 82 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 426 83 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 427 83 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 428 83 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 429 83 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 430 83 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 431 84 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 432 84 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 433 84 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 434 84 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 435 85 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 436 85 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 437 85 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 438 85 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 439 85 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 440 86 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 441 86 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 442 86 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 443 87 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 444 87 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 445 87 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 446 87 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 447 88 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 448 88 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 449 88 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 450 88 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 451 88 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 452 89 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 453 89 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 454 89 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 455 89 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 456 90 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 457 90 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 458 90 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 459 90 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 460 90 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 461 91 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 462 91 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 463 91 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 464 91 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 465 92 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 466 92 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 467 92 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 468 92 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 469 92 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 470 93 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 471 93 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 472 93 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 473 94 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 474 94 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 475 94 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 476 94 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 477 95 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 478 95 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 479 95 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 480 95 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 481 95 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 482 96 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 483 96 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 484 96 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 485 96 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 486 97 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 487 97 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 488 97 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 489 97 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 490 97 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 491 98 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 492 98 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 493 98 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 494 98 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 495 99 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 496 99 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 497 99 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 498 99 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 499 99 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 500 100 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 501 100 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 502 100 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 503 101 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 504 101 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 505 101 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 506 101 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 507 102 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 508 102 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 509 102 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 510 102 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 511 102 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 512 103 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 513 103 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 514 103 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 515 103 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 516 104 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 517 104 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 518 104 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 519 104 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 520 104 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 521 105 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 522 105 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 523 105 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 524 105 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 525 106 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 526 106 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 527 106 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 528 106 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 529 106 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 530 107 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 531 107 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 532 107 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 533 108 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 534 108 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 535 108 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 536 108 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 537 109 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 538 109 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 539 109 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 540 109 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 541 109 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 542 110 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 543 110 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 544 110 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 545 110 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 546 111 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 547 111 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 548 111 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 549 111 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 550 111 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 551 112 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 552 112 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 553 112 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 554 112 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 555 112 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 556 112 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 557 113 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 558 113 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 559 113 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 560 113 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 561 114 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 562 114 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 563 114 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 564 114 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 565 114 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 566 115 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 567 115 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 568 115 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 569 115 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 570 116 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 571 116 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 572 116 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 573 116 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 574 116 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 575 117 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 576 117 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 577 117 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 578 117 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 579 118 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 580 118 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 581 118 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 582 118 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 583 118 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 584 119 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 585 119 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 586 119 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 587 120 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 588 120 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 589 120 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 590 120 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 591 121 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 592 121 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 593 121 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 594 121 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 595 121 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 596 122 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 597 122 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 598 122 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 599 122 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 600 123 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 601 123 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 602 123 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 603 123 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 604 123 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 605 124 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 606 124 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 607 124 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 608 124 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 609 125 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 610 125 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 611 125 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 612 125 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 613 125 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 614 126 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 615 126 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 616 126 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 617 126 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 618 127 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 619 127 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 620 127 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 621 127 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 622 127 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 623 128 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 624 128 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 625 128 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 626 128 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 627 129 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 628 129 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 629 130 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 630 130 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 631 130 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 632 130 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 633 131 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 634 131 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 635 131 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 636 131 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 637 131 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 638 132 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 639 132 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 640 132 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 641 132 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 642 133 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 643 133 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 644 133 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 645 133 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 646 133 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 647 134 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 648 134 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 649 134 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 650 134 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 651 135 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 652 135 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 653 135 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 654 135 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 655 135 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 656 136 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 657 136 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 658 136 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 659 136 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 660 137 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 661 137 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 662 137 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 663 137 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 664 137 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 665 138 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 666 138 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 667 138 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 668 138 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 669 139 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 670 139 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 671 139 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 672 139 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 673 139 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 674 140 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 675 140 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 676 140 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 677 141 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 678 141 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 679 141 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 680 141 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 681 141 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 682 141 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 683 142 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 684 142 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 685 142 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 686 142 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 687 143 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 688 143 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 689 143 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 690 144 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 691 144 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 692 144 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 693 144 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 694 144 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 695 145 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 696 145 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 697 145 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 698 145 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 699 146 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 700 146 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 701 146 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 702 146 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 703 146 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 704 147 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 705 147 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 706 147 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 707 147 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 708 148 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 709 148 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 710 148 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 711 148 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 712 148 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 713 149 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 714 149 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 715 149 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 716 149 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 717 150 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 718 150 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 719 150 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 720 150 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 721 150 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 722 151 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 723 151 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 724 151 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 725 151 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 726 152 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 727 152 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 728 152 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 729 152 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 730 152 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 731 153 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 732 153 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 733 153 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 734 153 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 735 154 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 736 154 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 737 154 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 738 154 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 739 154 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 740 155 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 741 155 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 742 155 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 743 155 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 744 156 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 745 156 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 746 156 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 747 156 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 748 156 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 749 157 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 750 157 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 751 157 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 752 157 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 753 157 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 754 157 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 755 158 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 756 158 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 757 158 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 758 159 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 759 159 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 760 159 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 761 159 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 762 159 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 763 159 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 764 160 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 765 160 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 766 160 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 767 160 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 768 161 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 769 161 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 770 161 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 771 161 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 772 161 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 773 162 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 774 162 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 775 162 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 776 162 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 777 163 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 778 163 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 779 163 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 780 163 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 781 163 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 782 164 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 783 164 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 784 164 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 785 164 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 786 165 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 787 165 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 788 165 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 789 165 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 790 165 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 791 166 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 792 166 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 793 166 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 794 166 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 795 166 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 796 166 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 797 167 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 798 167 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 799 167 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 800 167 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 801 168 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 802 168 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 803 168 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 804 168 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 805 168 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 806 169 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 807 169 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 808 169 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 809 169 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 810 170 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 811 170 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 812 170 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 813 171 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 814 171 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 815 171 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 816 171 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 817 171 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 818 172 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 819 172 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 820 172 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 821 172 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 822 173 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 823 173 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 824 173 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 825 173 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 826 173 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 827 174 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 828 174 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 829 174 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 830 174 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 831 175 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 832 175 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 833 175 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 834 175 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 835 175 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 836 176 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 837 176 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 838 176 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 839 176 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 840 177 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 841 177 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 842 177 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 843 177 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 844 177 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 845 178 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 846 178 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 847 178 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 848 178 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 849 179 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 850 179 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 851 179 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 852 179 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 853 179 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 854 180 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 855 180 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 856 180 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 857 180 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 858 181 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 859 181 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 860 181 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 861 181 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 862 181 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 863 182 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 864 182 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 865 182 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 866 182 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 867 183 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 868 183 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 869 183 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 870 183 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 871 183 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 872 184 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 873 184 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 874 184 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 875 184 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 876 185 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 877 185 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 878 185 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 879 185 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 880 185 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 881 186 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 882 186 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 883 186 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 884 186 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 885 187 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 886 187 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 887 187 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 888 187 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 889 187 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 890 188 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 891 188 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 892 188 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 893 188 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 894 189 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 895 189 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 896 189 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 897 189 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 898 189 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 899 190 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 900 190 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 901 190 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 902 190 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 903 191 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 904 191 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 905 191 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 906 192 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 907 192 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 908 192 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 909 192 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 910 192 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 911 193 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 912 193 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 913 193 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 914 193 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 915 194 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 916 194 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 917 194 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 918 194 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 919 194 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 920 195 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 921 195 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 922 195 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 923 195 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 924 196 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 925 196 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 926 196 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 927 196 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 928 196 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 929 197 riscv-013.c:393 dump_field(): 41b r 00000000 @11 -> + 00000000 @11; 3i Debug: 930 197 riscv-013.c:393 dump_field(): 41b - 00000000 @11 -> + 00000c82 @11; 3i Debug: 931 197 riscv-013.c:407 dump_field(): read: dmstatus=0xc82 {version=0_13 anyrunning=1 allrunning=1 authenticated=true} Debug: 932 198 riscv-013.c:393 dump_field(): 41b r 00000000 @10 -> + 00000000 @11; 3i Debug: 933 198 riscv-013.c:393 dump_field(): 41b - 00000000 @10 -> + 80000001 @10; 3i Debug: 934 198 riscv-013.c:407 dump_field(): read: dmcontrol=0x80000001 {dmactive=active haltreq=1} Error: 935 198 riscv-013.c:5001 riscv013_halt_go(): [riscv.cpu] Unable to halt. dmcontrol=0x80000001, dmstatus=0x00000c82 Error: 936 198 riscv-013.c:2062 examine(): [riscv.cpu] Fatal: Hart 0 failed to halt during examine Error: 937 198 target.c:685 target_examine_one(): [riscv.cpu] Examination failed Debug: 938 198 target.c:686 target_examine_one(): [riscv.cpu] examine() returned error code -4 Debug: 939 198 target.c:1788 target_call_event_callbacks(): target event 20 (examine-fail) for core riscv.cpu Warn : 940 198 target.c:743 target_examine(): target riscv.cpu examination failed Debug: 941 198 openocd.c:152 handle_init_command(): target examination failed Debug: 942 198 command.c:154 script_debug(): command - flash init Debug: 943 198 tcl.c:1364 handle_flash_init_command(): Initializing flash devices... Debug: 944 198 command.c:154 script_debug(): command - nand init Debug: 945 198 tcl.c:484 handle_nand_init_command(): Initializing NAND devices... Debug: 946 198 command.c:154 script_debug(): command - pld init Debug: 947 198 pld.c:337 handle_pld_init_command(): Initializing PLDs... Debug: 948 198 command.c:154 script_debug(): command - tpiu init Info : 949 198 gdb_server.c:3888 gdb_target_start(): starting gdb server for riscv.cpu on 3333 Info : 950 198 server.c:297 add_service(): Listening on port 3333 for gdb connections Debug: 951 198 command.c:154 script_debug(): command - halt Debug: 952 198 target.c:3250 handle_halt_command(): - Error: 953 198 target.c:517 target_halt(): Target not examined yet Debug: 954 198 command.c:543 run_command(): Command 'halt' failed with error code -4 User : 955 198 command.c:615 command_run_line(): Debug: 956 198 breakpoints.c:319 breakpoint_remove_all_internal(): [riscv.cpu] Delete all breakpoints Debug: 957 198 riscv.c:535 riscv_deinit_target(): [riscv.cpu] riscv_deinit_target() Error: 958 198 riscv.c:429 get_target_type(): [riscv.cpu] Unsupported DTM version: -1 Error: 959 198 riscv.c:540 riscv_deinit_target(): [riscv.cpu] Could not identify target type. Debug: 960 198 target.c:2144 target_free_all_working_areas_restore(): freeing all working areas ```
JeanRochCoulon commented 7 months ago

@jquevremont Do you know somebody who can help ?

jquevremont commented 7 months ago

@Siris-Limx, before any deep diving, have you looked at https://github.com/ThalesGroup/cva6-eclipse-demo?

Siris-Li commented 7 months ago

@jquevremont Yes, I know the basic knowledge about baremetal debugging. The log from OpenOCD tells me that the CPU never raise dmstatus.allhalted high, thus giving the error failed to halt. I don't change anything but the top module ariane_xilinx.sv, just commenting some peripherals such as SPI and Ethernet. I wonder if changing the peripherals led to this failed to halt error?

jquevremont commented 7 months ago

We have only published such support on Genesys 2 board. Unfortunately, we do not have enough resources to address other settings. Contributions are welcome to extend the ecosystem.

yadu-kr commented 7 months ago

@Siris-Limx I have the same OpenOCD error. I ported CVA6 to the ZCU102 board, and then tried to debug the design via JTAG. Calling OpenOCD gives me the following error:

$ openocd -f ariane.cfg
Open On-Chip Debugger 0.12.0+dev-g61c6b08-dirty (2024-01-05-16:37)
Licensed under GNU GPL v2
For bug reports, read
    http://openocd.org/doc/doxygen/bugs.html
Info : auto-selecting first available session transport "jtag". To override use 'transport select <transport>'.
Info : clock speed 1000 kHz
Info : TAP riscv.cpu does not have valid IDCODE (idcode=0xfffffffe)
Info : [riscv.cpu] datacount=2 progbufsize=12
Error: [riscv.cpu] Unable to halt. dmcontrol=0x80000001, dmstatus=0x00000c82
Error: [riscv.cpu] Fatal: Hart 0 failed to halt during examine
Warn : target riscv.cpu examination failed
Info : starting gdb server for riscv.cpu on 3333
Info : Listening on port 3333 for gdb connections
Error: Target not examined yet

Error: [riscv.cpu] Unsupported DTM version: -1
Error: [riscv.cpu] Could not identify target type.

The verbose log shows the same errors as yours as well. Were you able to solve the problem? My design also has no SPI and Ethernet peripherals. I'm not sure if that's the cause of the issue.

Siris-Li commented 7 months ago

@Siris-Limx I have the same OpenOCD error.

@yadu-kr Hello! The problem I met was due to the bootrom. To be exact, the default bootrom contain some code that the CPU could not recognize, such as the initialization of SPI. This will cause the unable to halt error.

To identify the problem, I ran the post-synthesis simulation in Vivado and found out that the CPU will just stall at some position in the bootrom. I changed the bootrom to a simply infinite loop, and the OpenOCD could work well.

I hope my experience will help you. :)

yadu-kr commented 7 months ago

@Siris-Limx Thank you for the quick response!

I changed the bootrom to a simply infinite loop, and the OpenOCD could work well.

I'm assuming you changed the bootrom inside the fpga/src/bootrom folder, which contains the zero stage bootloader (or the FSBL?). Would it be possible for you to share the changes you made or your new bootrom files? Would be really helpful.

Siris-Li commented 7 months ago

Would it be possible for you to share the changes you made or your new bootrom files? Would be really helpful.

Oh, the bootrom in fpga/src/bootrom is a little bit complicated because it compiles not only startup.S, but also many C files like main.c, uart.c, etc. The bootrom I use lies in corev_apu/bootrom, it's very simple and you can take a look at the Makefile to see how it is compiled.

I'm not convenient to reach my code now, I will share the changes I made as soon as possible (may be one day long). But I think you can change it on your own before I share it. :)

Siris-Li commented 6 months ago

@yadu-kr Hello! Following code is my bootrom.S in corev_apu/bootrom.

.section .text.start, "ax", @progbits
.globl _start
_start:
# bootrom.sv need to be functional in 64 and 32 bits,
# li s0, DRAM_BASE creates instructions not compatible with both
# versions. That's why we have replaced it by li and slli instructions
# to generates code compatible with both versions.
  li s0, 1
  slli s0, s0, 31
  jr _start
#  csrr a0, mhartid
#  la a1, _dtb
#  jr s0

.section .text.hang, "ax", @progbits
.globl _hang
_hang:
  csrr a0, mhartid
  la a1, _dtb
1:
  wfi
  j 1b

.section .rodata.dtb, "a", @progbits
.globl _dtb
.align 5, 0
_dtb:
.incbin "ariane.dtb"

Here, I just change to last sentence in _start section to jr _start, which means jump to the start of this section. Obviously, this is an infinite loop.

To generate the corresponding bootrom.sv, you need to run make under corev_apu/bootrom, make sure you run bash verif/sim/setup-env.sh to set up the environment variables needed by the Makefile.